.navbar{
  position: fixed;
  height: 60px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.5s;


  display: flex;
  justify-content: space-between;
  align-items: center ;
  padding: 1rem , 2rem ;
  background-color: rgba(105, 105, 105, 0.694);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0);

}

.favicon{
    height: 40px;
    width: 40px;
    border-radius: 30px;
}
.name{
  font-family: 'Courier New', Courier, monospace;
  font-style: italic;
  font-size: large;
  color: darkseagreen;  
  font-weight: bold;
  padding-left: 20px;
  outline: rgba(0, 0, 0, 0.1);
}


.about{
  background-color: rgba(128, 128, 128, 0.235);
   padding: 10px 2rem 60px;
   text-align: center;
   max-width: 500px;
   border-radius: 30px;
    margin-top: 30px;
    margin-left: 10px;
    

}

.socials{
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
}

.socials:hover{
    transition:scale(1.1);
}


.links{
  padding-right: 20px;
}

footer{
  align-items: center;
  justify-content: space-between;
  padding-top:  50px;
  text-align: center;
  
}
header{
  align-items: center;
  justify-content: space-between;
  padding-top:  10px;
  text-align: center;
}
.about-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap; 
  padding: 2rem;
}

.me {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding-left: 70px;
  padding-top: 200px;


}

.vinyl-btn{
    cursor: pointer;
    background: transparent;
    border: none; 
    width: 20px;
    height: 20px;
    
}


.vinyl-btn img {
    width: 20px;
    height: 20px;
}

body{
  
    background-position: center;
    background-size: cover;
    background: linear-gradient(to right, #08080b, #1c343d);

    background-attachment: fixed;
   
   
}

body::before {
    background: rgba(185, 178, 178, 0.35);
}


.links{


    color: black;
    background-color: rgba(117,117,117);
    border-color: black;
    border-radius: 10px;
    padding: 2px 2px;
    text-decoration: none;


    display: inline-flex;
    
    align-items: center;

    height: 15px;
    width: 100px;
    font-family: 'Times New Roman', Times, serif;
    justify-content: center;


}

.bottom{
    padding-left: 5px;
}

.linksbottom{


    color: black;
    background-color: rgb(117, 117, 117);
    border-color: black;
    border-radius: 10px;
    padding: 2px 2px;
    text-decoration: none;

    gap: 10px;


    display: inline-flex;
    
    align-items: center;
    justify-content: center;

    height: 15px;
    width: 100px;
    font-family: 'Times New Roman', Times, serif;
    
   
    align-items: center ;



}

.links:hover{
    color: darkseagreen;
    transform: scale(1.1);
}


.linksbottom:hover{
    color: darkseagreen;
    transform: scale(1.1);
}

.content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px; 
 
  padding-left: 10px;  
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px
}


h3{
  color: rgb(126, 126, 126);
}

.projects{
  background-color: rgba(128, 128, 128, 0.235);
   padding: 10px 2rem 60px;
   text-align: center;
   max-width: 500px;
   border-radius: 30px;
    margin-top: 30px;
    margin-left: 10px;


  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.p1{
 
  width:  500px;
  height: 300px;
  padding-left:50px ;
  border-radius: 100px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.p2{
  width:  500px;
  height: auto;
  padding-left: 50px;
  border-radius: 100px;


}

.p3{
  width:  500px;
  height: 300px;
  padding-left: 50px;
  border-radius: 100px;


}
.p4{
  width:  500px;
  height: 350px;
  padding-left: 50px;
  border-radius: 100px;


}



.project-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #76727297;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.project-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  width: 1000px;
}


.end{
  display: flex;
  align-items: center;
  flex-direction: column;

}

.personal{
    background-image:url("assets/images/2117703-3840x2160-desktop-4k-dark-background-image.jpg");
    background-size: cover;
    background-color:  rgba(185, 178, 178, 0.582);
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    

}

p, h1, h2 {
  text-align: center;
}



.personal > * {
    position: relative;
    z-index: 2;
}

html, body { height: 100%; display: flex; flex-direction: column; min-height: 100vh; }

/* Ensure main content grows so footer sits at the bottom when content is short */
.about-wrapper, .content, .body1, .personal { flex: 1 0 auto; }

/* As a fallback ensure footer pushes to the end */
footer { margin-top: auto; }


p{
  color: aliceblue;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h2
{
  color: aliceblue;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.tools1{
  width: 30px;
  height: auto;
  align-items: center;
}

.project-section1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}

.class-card {
  flex: 1 1 300px;
  max-width: 600px;
  height: 200px;
  background-color: rgba(117, 117, 117, 0.669);
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
}

.classes{
  padding-top: 4050px;
}

.aboutsec{
  height: 90%;
  width: 100%;
  flex: 1;
}



.body1{

  height: 100%;
      margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  text-align: center;
  padding-top: 20px;
}

.toolbox{
  background-color: rgba(0, 0, 0, 0.34);
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  border-radius: 30px;
  text-align: center;
  font-size: larger;
}


.carousel {
            position: relative;
            width: 300px;
          
            overflow: hidden;
            border-radius: 30px;
            
        }
        .carousel-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        .slide {
            min-width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .carousel button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.6);
            color: white;
            border: none;
            font-size: 24px;
            cursor: pointer;
            padding: 5px 10px;
        }
        .prev { left: 5px; }
        .next { right: 5px; }


    .carousel-track img {
    width: 300px;
    height: 150px;
    object-fit: cover;
    flex-shrink: 0;
}

.about-flex {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.education, .about-box,.experience {
  background-color: rgba(0, 0, 0, 0.826);
  border-radius: 20px;
  padding: 20px;
  width: 300px;
  color: rgb(5, 0, 0);
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  text-align: center;
  
}



.kenobi{
  color: darkseagreen;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.tag {
  display: inline-block;
  border: solid 2px rgba(255, 255, 255, 0.612);
  background-color: #ffffff5a;
  border-radius: 40px;
  padding: 0.5rem 1rem;
  margin: 0.2rem 0.4rem 0.2rem 0;
  font-family: 'Times New Roman', Times, serif;
  color: #000000;
}

.tag2 {
 
  border: solid 2px rgba(255, 255, 255, 0.612);
  background-color: #ffffff5a;
  border-radius: 40px;
  padding: 0.5rem 1rem;
  margin: 0.2rem 0.4rem 0.2rem 0;
  font-family: 'Times New Roman', Times, serif;
  color: #000000;
  text-decoration: none;
  height: 10px;
  width: 90px;
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tag3 {
 
  border: solid 2px rgba(255, 255, 255, 0.612);
  background-color: #ffffff5a;
  border-radius: 40px;
  padding: 0.5rem 1rem;
  margin: 0.2rem 0.4rem 0.2rem 0;
  font-family: 'Times New Roman', Times, serif;
  color: #000000;
  text-decoration: none;
  height: 10px;
  width: 40px;
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tag3:hover{
  transform: scale(1.1);
}

.tag2:hover{
  transform: scale(1.1);
}

.tag:hover{
  transform: scale(1.1);
}

.techtag {
  display: inline-block;
  border: solid 2px rgb(255, 255, 255);
  background-color: #ffffff5a;
  border-radius: 40px;
  padding: 0.5rem 1rem;
  margin: 0.2rem 0.4rem 0.2rem 0;
  font-family: 'Times New Roman', Times, serif;
  color: #000000;
}
.resume{
  align-items: center;
  justify-content: center;
}

h1{
  color: #6b6b6b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  

   
}


.des{
  color: rgb(255, 255, 255);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.collab{
  border-radius: 50%;

}

.collab1{
  border-radius: 0%;

}

.thumb{
  max-width: 100%;
  max-height: 90%;
  border-radius: 20px;
}
.thumb1{
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}


.label{
  color: #000000;
}

/* Experience Section Styling */
/* Update your existing experience CSS with these changes */

.exp-item {
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Changed to lighter border */
  position: relative;
}

.exp-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.exp-date {
  font-size: 14px;
  color: rgb(143, 161, 188); /* Changed to match your theme */
  font-weight: 600;
  margin-bottom: 2px;
  letter-spacing: 0.3px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif/* Added to match your site */

}

.exp-title {
  font-size: 18px;
  font-weight: 700;
  color: aliceblue; /* Changed to match your h2 color */
  margin: 3px 0 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif/* Added to match your site */

}
.exp-title-ed{
  font-size: 18px;
  font-weight: 700;
  color: rgba(128, 189, 242, 0.541); 
  margin: 3px 0 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif/* Added to match your site */

}
.exp-role {
  font-size: 16px;
  color: rgb(255, 255, 255); /* Changed to white to match .des class */
  margin: 0;
  line-height: 1.4;
  padding-left: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif/* Added to match your site */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .exp-item {
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  
  .exp-title {
    font-size: 17px;
  }
  
  .exp-role {
    font-size: 15px;
  }
}

/* Make ONLY the Experience box scrollable */
.experience {
  max-height: 520px;   /* adjust as needed */
  overflow-y: auto;
  padding-right: 10px;
}


.experience::-webkit-scrollbar {
  width: 6px;
}

.experience::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}


.event-right{
  width: 50%;
  position: relative;
  right: 0;
  max-width: 50%;
}
.event-left{
  width: 50%;
  position: relative;
  left: 0;
  max-width: 50%;
}